Produced by Araxis Merge on 2023-03-13 03:00:42 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v4.0.4/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc | di.xml | 2022-04-22 07:34:10 +0000 |
| 2 | Porto v4.0.5/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc | di.xml | 2022-12-08 01:34:28 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 428 |
| Changed | 2 | 4 |
| Inserted | 2 | 149 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?xml | 1 | <?xml | |||
| 2 | version="1.0" | 2 | version="1.0" | |||
| 3 | ?> | 3 | ?> | |||
| 4 | <!-- | 4 | <!-- | |||
| 5 | /** | 5 | /** | |||
| 6 | * Mageplaza | 6 | * Mageplaza | |||
| 7 | * | 7 | * | |||
| 8 | * NOTICE OF LICENSE | 8 | * NOTICE OF LICENSE | |||
| 9 | * | 9 | * | |||
| 10 | * This source file is subject to the Mageplaza.com license that is | 10 | * This source file is subject to the Mageplaza.com license that is | |||
| 11 | * available through the world-wide-web at this URL: | 11 | * available through the world-wide-web at this URL: | |||
| 12 | * https://www.mageplaza.com/LICENSE.txt | 12 | * https://www.mageplaza.com/LICENSE.txt | |||
| 13 | * | 13 | * | |||
| 14 | * DISCLAIMER | 14 | * DISCLAIMER | |||
| 15 | * | 15 | * | |||
| 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | |||
| 17 | * version in the future. | 17 | * version in the future. | |||
| 18 | * | 18 | * | |||
| 19 | * @category Mageplaza | 19 | * @category Mageplaza | |||
| 20 | * @package Mageplaza_LayeredNavigation | 20 | * @package Mageplaza_LayeredNavigation | |||
| 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | |||
| 22 | * @license https://www.mageplaza.com/LICENSE.txt | 22 | * @license https://www.mageplaza.com/LICENSE.txt | |||
| 23 | */ | 23 | */ | |||
| 24 | --> | 24 | --> | |||
| 25 | <config | 25 | <config | |||
| 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
| 27 | xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd" | 27 | xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd" | |||
| 28 | > | 28 | > | |||
| 29 | 29 | |||||
| 30 | <virtualType | 30 | <virtualType | |||
| 31 | name="categoryFilterList" | 31 | name="categoryFilterList" | |||
| 32 | type="Magento\Catalog\Model\Layer\FilterList" | 32 | type="Magento\Catalog\Model\Layer\FilterList" | |||
| 33 | > | 33 | > | |||
| 34 | 34 | |||||
| 35 | <arguments> | 35 | <arguments> | |||
| 36 | 36 | |||||
| 37 | <argument | 37 | <argument | |||
| 38 | name="filters" | 38 | name="filters" | |||
| 39 | xsi:type="array" | 39 | xsi:type="array" | |||
| 40 | > | 40 | > | |||
| 41 | 41 | |||||
| 42 | <item | 42 | <item | |||
| 43 | name="attribute" | 43 | name="attribute" | |||
| 44 | xsi:type="string" | 44 | xsi:type="string" | |||
| 45 | > | 45 | > | |||
| 46 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | 46 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | |||
| 47 | </item> | 47 | </item> | |||
| 48 | 48 | |||||
| 49 | <item | 49 | <item | |||
| 50 | name="price" | 50 | name="price" | |||
| 51 | xsi:type="string" | 51 | xsi:type="string" | |||
| 52 | > | 52 | > | |||
| 53 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | 53 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | |||
| 54 | </item> | 54 | </item> | |||
| 55 | 55 | |||||
| 56 | <item | 56 | <item | |||
| 57 | name="category" | 57 | name="category" | |||
| 58 | xsi:type="string" | 58 | xsi:type="string" | |||
| 59 | > | 59 | > | |||
| 60 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | 60 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | |||
| 61 | </item> | 61 | </item> | |||
| 62 | 62 | |||||
| 63 | </argument> | 63 | </argument> | |||
| 64 | 64 | |||||
| 65 | </arguments> | 65 | </arguments> | |||
| 66 | 66 | |||||
| 67 | </virtualType> | 67 | </virtualType> | |||
| 68 | 68 | |||||
| 69 | <virtualType | 69 | <virtualType | |||
| 70 | name="searchFilterList" | 70 | name="searchFilterList" | |||
| 71 | type="Magento\Catalog\Model\Layer\FilterList" | 71 | type="Magento\Catalog\Model\Layer\FilterList" | |||
| 72 | > | 72 | > | |||
| 73 | 73 | |||||
| 74 | <arguments> | 74 | <arguments> | |||
| 75 | 75 | |||||
| 76 | <argument | 76 | <argument | |||
| 77 | name="filters" | 77 | name="filters" | |||
| 78 | xsi:type="array" | 78 | xsi:type="array" | |||
| 79 | > | 79 | > | |||
| 80 | 80 | |||||
| 81 | <item | 81 | <item | |||
| 82 | name="attribute" | 82 | name="attribute" | |||
| 83 | xsi:type="string" | 83 | xsi:type="string" | |||
| 84 | > | 84 | > | |||
| 85 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | 85 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | |||
| 86 | </item> | 86 | </item> | |||
| 87 | 87 | |||||
| 88 | <item | 88 | <item | |||
| 89 | name="price" | 89 | name="price" | |||
| 90 | xsi:type="string" | 90 | xsi:type="string" | |||
| 91 | > | 91 | > | |||
| 92 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | 92 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | |||
| 93 | </item> | 93 | </item> | |||
| 94 | 94 | |||||
| 95 | <item | 95 | <item | |||
| 96 | name="category" | 96 | name="category" | |||
| 97 | xsi:type="string" | 97 | xsi:type="string" | |||
| 98 | > | 98 | > | |||
| 99 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | 99 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | |||
| 100 | </item> | 100 | </item> | |||
| 101 | 101 | |||||
| 102 | </argument> | 102 | </argument> | |||
| 103 | 103 | |||||
| 104 | </arguments> | 104 | </arguments> | |||
| 105 | 105 | |||||
| 106 | </virtualType> | 106 | </virtualType> | |||
| 107 | 107 | |||||
| 108 | <virtualType | 108 | <virtualType | |||
| 109 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\CollectionFactory" | 109 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\CollectionFactory" | |||
| 110 | type="Magento\Catalog\Model\ResourceModel\Product\CollectionFactory" | 110 | type="Magento\Catalog\Model\ResourceModel\Product\CollectionFactory" | |||
| 111 | > | 111 | > | |||
| 112 | 112 | |||||
| 113 | <arguments> | 113 | <arguments> | |||
| 114 | 114 | |||||
| 115 | <argument | 115 | <argument | |||
| 116 | name="instanceName" | 116 | name="instanceName" | |||
| 117 | xsi:type="string" | 117 | xsi:type="string" | |||
| 118 | > | 118 | > | |||
| 119 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection | 119 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection | |||
| 120 | </argument> | 120 | </argument> | |||
| 121 | 121 | |||||
| 122 | </arguments> | 122 | </arguments> | |||
| 123 | 123 | |||||
| 124 | </virtualType> | 124 | </virtualType> | |||
| 125 | 125 | |||||
| 126 | <virtualType | 126 | <virtualType | |||
| 127 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\SearchCollection" | 127 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\SearchCollection" | |||
| 128 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection" | 128 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection" | |||
| 129 | > | 129 | > | |||
| 130 | 130 | |||||
| 131 | <arguments> | 131 | <arguments> | |||
| 132 | 132 | |||||
| 133 | <argument | 133 | <argument | |||
| 134 | name="searchRequestName" | 134 | name="searchRequestName" | |||
| 135 | xsi:type="string" | 135 | xsi:type="string" | |||
| 136 | > | 136 | > | |||
| 137 | quick_search_container | 137 | quick_search_container | |||
| 138 | </argument> | 138 | </argument> | |||
| 139 | 139 | |||||
| 140 | </arguments> | 140 | </arguments> | |||
| 141 | 141 | |||||
| 142 | </virtualType> | 142 | </virtualType> | |||
| 143 | ||||||
| 144 | ||||||
| 145 | <virtualType | |||||
| 146 | name="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\SearchCollectionFactory" | |||||
| 147 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory" | |||||
| 148 | > | |||||
| 149 | ||||||
| 150 | <arguments> | |||||
| 151 | ||||||
| 152 | <argument | |||||
| 153 | name="instanceName" | |||||
| 154 | xsi:type="string" | |||||
| 155 | > | |||||
| 156 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\SearchCollection | |||||
| 157 | </argument> | |||||
| 158 | ||||||
| 159 | </arguments> | |||||
| 160 | ||||||
| 161 | </virtualType> | |||||
| 162 | ||||||
| 163 | ||||||
| 164 | <virtualType | |||||
| 165 | name="mpElasticsearchCategoryCollection" | |||||
| 166 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection" | |||||
| 167 | > | |||||
| 168 | ||||||
| 169 | <arguments> | |||||
| 170 | ||||||
| 171 | <argument | |||||
| 172 | name="searchRequestName" | |||||
| 173 | xsi:type="string" | |||||
| 174 | > | |||||
| 175 | catalog_view_container | |||||
| 176 | </argument> | |||||
| 177 | ||||||
| 178 | <argument | |||||
| 179 | name="searchCriteriaResolverFactory" | |||||
| 180 | xsi:type="object" | |||||
| 181 | > | |||||
| 182 | elasticsearchSearchCriteriaResolverFactory | |||||
| 183 | </argument> | |||||
| 184 | ||||||
| 185 | <argument | |||||
| 186 | name="searchResultApplierFactory" | |||||
| 187 | xsi:type="object" | |||||
| 188 | > | |||||
| 189 | elasticsearchSearchResultApplier\Factory | |||||
| 190 | </argument> | |||||
| 191 | ||||||
| 192 | <argument | |||||
| 193 | name="totalRecordsResolverFactory" | |||||
| 194 | xsi:type="object" | |||||
| 195 | > | |||||
| 196 | elasticsearchTotalRecordsResolver\Factory | |||||
| 197 | </argument> | |||||
| 198 | ||||||
| 199 | <argument | |||||
| 200 | name="defaultFilterStrategyApplyChecker" | |||||
| 201 | xsi:type="object" | |||||
| 202 | > | |||||
| 203 | Magento\Elasticsearch\Model\ResourceModel\Fulltext\Collection\DefaultFilterStrategyApplyChecker | |||||
| 204 | </argument> | |||||
| 205 | ||||||
| 206 | </arguments> | |||||
| 207 | ||||||
| 208 | </virtualType> | |||||
| 209 | ||||||
| 210 | <virtualType | |||||
| 211 | name="mpElasticsearchCategoryCollectionFactory" | |||||
| 212 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\SearchCollectionFactory" | |||||
| 213 | > | |||||
| 214 | ||||||
| 215 | <arguments> | |||||
| 216 | ||||||
| 217 | <argument | |||||
| 218 | name="instanceName" | |||||
| 219 | xsi:type="string" | |||||
| 220 | > | |||||
| 221 | mpElasticsearchCategoryCollection | |||||
| 222 | </argument> | |||||
| 223 | ||||||
| 224 | </arguments> | |||||
| 225 | ||||||
| 226 | </virtualType> | |||||
| 143 | 227 | |||||
| 144 | <virtualType | 228 | <virtualType | |||
| 145 | name="elasticsearchLayerCategoryItemCollectionProvider" | 229 | name="elasticsearchLayerCategoryItemCollectionProvider" | |||
| 146 | type="Magento\Elasticsearch\Model\Layer\Category\ItemCollectionProvider" | 230 | type="Magento\Elasticsearch\Model\Layer\Category\ItemCollectionProvider" | |||
| 147 | > | 231 | > | |||
| 148 | 232 | |||||
| 149 | <arguments> | 233 | <arguments> | |||
| 150 | 234 | |||||
| 151 | <argument | 235 | <argument | |||
| 152 | name="factories" | 236 | name="factories" | |||
| 153 | xsi:type="array" | 237 | xsi:type="array" | |||
| 154 | > | 238 | > | |||
| 155 | 239 | |||||
| 156 | <item | 240 | <item | |||
| 157 | name="elasticsearch7" | 241 | name="elasticsearch7" | |||
| 158 | xsi:type="object" | 242 | xsi:type="object" | |||
| 159 | > | 243 | > | |||
| 160 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | 244 | mpElasticsearchCategoryCollectionFactory | |||
| 161 | </item> | 245 | </item> | |||
| 162 | 246 | |||||
| 163 | </argument> | 247 | </argument> | |||
| 164 | 248 | |||||
| 165 | </arguments> | 249 | </arguments> | |||
| 166 | 250 | |||||
| 167 | </virtualType> | 251 | </virtualType> | |||
| 252 | ||||||
| 253 | ||||||
| 254 | <virtualType | |||||
| 255 | name="mpElasticsearchFulltextSearchCollection" | |||||
| 256 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection" | |||||
| 257 | > | |||||
| 258 | ||||||
| 259 | <arguments> | |||||
| 260 | ||||||
| 261 | <argument | |||||
| 262 | name="searchRequestName" | |||||
| 263 | xsi:type="string" | |||||
| 264 | > | |||||
| 265 | quick_search_container | |||||
| 266 | </argument> | |||||
| 267 | ||||||
| 268 | <argument | |||||
| 269 | name="searchCriteriaResolverFactory" | |||||
| 270 | xsi:type="object" | |||||
| 271 | > | |||||
| 272 | elasticsearchSearchCriteriaResolverFactory | |||||
| 273 | </argument> | |||||
| 274 | ||||||
| 275 | <argument | |||||
| 276 | name="searchResultApplierFactory" | |||||
| 277 | xsi:type="object" | |||||
| 278 | > | |||||
| 279 | elasticsearchSearchResultApplier\Factory | |||||
| 280 | </argument> | |||||
| 281 | ||||||
| 282 | <argument | |||||
| 283 | name="totalRecordsResolverFactory" | |||||
| 284 | xsi:type="object" | |||||
| 285 | > | |||||
| 286 | elasticsearchTotalRecordsResolver\Factory | |||||
| 287 | </argument> | |||||
| 288 | ||||||
| 289 | <argument | |||||
| 290 | name="defaultFilterStrategyApplyChecker" | |||||
| 291 | xsi:type="object" | |||||
| 292 | > | |||||
| 293 | Magento\Elasticsearch\Model\ResourceModel\Fulltext\Collection\DefaultFilterStrategyApplyChecker | |||||
| 294 | </argument> | |||||
| 295 | ||||||
| 296 | </arguments> | |||||
| 297 | ||||||
| 298 | </virtualType> | |||||
| 299 | ||||||
| 300 | <virtualType | |||||
| 301 | name="mpElasticsearchFulltextSearchCollectionFactory" | |||||
| 302 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\SearchCollectionFactory" | |||||
| 303 | > | |||||
| 304 | ||||||
| 305 | <arguments> | |||||
| 306 | ||||||
| 307 | <argument | |||||
| 308 | name="instanceName" | |||||
| 309 | xsi:type="string" | |||||
| 310 | > | |||||
| 311 | mpElasticsearchFulltextSearchCollection | |||||
| 312 | </argument> | |||||
| 313 | ||||||
| 314 | </arguments> | |||||
| 315 | ||||||
| 316 | </virtualType> | |||||
| 168 | 317 | |||||
| 169 | <virtualType | 318 | <virtualType | |||
| 170 | name="elasticsearchLayerSearchItemCollectionProvider" | 319 | name="elasticsearchLayerSearchItemCollectionProvider" | |||
| 171 | type="Magento\Elasticsearch\Model\Layer\Search\ItemCollectionProvider" | 320 | type="Magento\Elasticsearch\Model\Layer\Search\ItemCollectionProvider" | |||
| 172 | > | 321 | > | |||
| 173 | 322 | |||||
| 174 | <arguments> | 323 | <arguments> | |||
| 175 | 324 | |||||
| 176 | <argument | 325 | <argument | |||
| 177 | name="factories" | 326 | name="factories" | |||
| 178 | xsi:type="array" | 327 | xsi:type="array" | |||
| 179 | > | 328 | > | |||
| 180 | 329 | |||||
| 181 | <item | 330 | <item | |||
| 182 | name="elasticsearch7" | 331 | name="elasticsearch7" | |||
| 183 | xsi:type="object" | 332 | xsi:type="object" | |||
| 184 | > | 333 | > | |||
| 185 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | 334 | mpElasticsearchFulltextSearchCollectionFactory | |||
| 186 | </item> | 335 | </item> | |||
| 187 | 336 | |||||
| 188 | </argument> | 337 | </argument> | |||
| 189 | 338 | |||||
| 190 | </arguments> | 339 | </arguments> | |||
| 191 | 340 | |||||
| 192 | </virtualType> | 341 | </virtualType> | |||
| 193 | 342 | |||||
| 194 | 343 | |||||
| 195 | <type | 344 | <type | |||
| 196 | name="Magento\Framework\App\PageCache\Identifier" | 345 | name="Magento\Framework\App\PageCache\Identifier" | |||
| 197 | > | 346 | > | |||
| 198 | 347 | |||||
| 199 | <plugin | 348 | <plugin | |||
| 200 | name="mplayerPagecacheIdentifier" | 349 | name="mplayerPagecacheIdentifier" | |||
| 201 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\Identifier" | 350 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\Identifier" | |||
| 202 | /> | 351 | /> | |||
| 203 | 352 | |||||
| 204 | </type> | 353 | </type> | |||
| 205 | 354 | |||||
| 206 | <type | 355 | <type | |||
| 207 | name="Magento\Framework\App\PageCache\Kernel" | 356 | name="Magento\Framework\App\PageCache\Kernel" | |||
| 208 | > | 357 | > | |||
| 209 | 358 | |||||
| 210 | <plugin | 359 | <plugin | |||
| 211 | name="mplayerProcessRequest" | 360 | name="mplayerProcessRequest" | |||
| 212 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\ProcessRequest" | 361 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\ProcessRequest" | |||
| 213 | /> | 362 | /> | |||
| 214 | 363 | |||||
| 215 | </type> | 364 | </type> | |||
| 216 | </config> | 365 | </config> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.